home *** CD-ROM | disk | FTP | other *** search
/ Action Games (2008) / akcnihry1.iso / AT-Robots 2.10 / STRAIGHT.AT2 < prev    next >
Encoding:
Text File  |  1998-12-12  |  336 b   |  20 lines

  1. ; TEST ROBOT:
  2. ; Put this against sduck and see what happens
  3. ; in non-graphics mode.
  4. ; *Bones* perhaps you can get better debug info
  5. ; with this more specific problem :-)
  6. out 17, 0
  7. !loop
  8. in 7, ax
  9. cmp ax, 1700
  10. jls !good
  11. out 12, 1
  12. jgr !loop
  13. !good
  14. out 15, @3
  15. out 15, @3
  16. out 15, @3
  17. out 15, @3
  18. out 15, @3
  19. je !loop
  20. jne !loop